From f883486aea602e0fdc7dccf0b2810b3a0af81640 Mon Sep 17 00:00:00 2001 From: "robertlipe@gmail.com" Date: Sat, 19 Nov 2011 22:52:08 +0000 Subject: [PATCH] Ensure that configure in generated tarball is always newer than configure.in git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@4121 f51c46e8-681c-474f-0cfe-069cfd0219fb --- gpsbabel/Makefile.in | 1 + 1 file changed, 1 insertion(+) diff --git a/gpsbabel/Makefile.in b/gpsbabel/Makefile.in index 13c70c6c4..1b90f033a 100644 --- a/gpsbabel/Makefile.in +++ b/gpsbabel/Makefile.in @@ -267,6 +267,7 @@ release-sourcecheck: changes.html @(. tools/functions && ask "Enter 'y' to tag the tree as gpsbabel_$(VERSIONU)." "y") && svn copy https://gpsbabel.googlecode.com/svn/trunk/ https://gpsbabel.googlecode.com/svn/tags/gpsbabel_$(VERSIONU) ; exit 0 svn export https://gpsbabel.googlecode.com/svn/tags/gpsbabel_$(VERSIONU)/gpsbabel gpsbabel-$(VERSIOND) touch gpsbabel-$(VERSIOND)/internal_styles.c + touch gpsbabel-$(VERSIOND)/configure # # Build the release tarball from the exported CVS tree, tweaking -- 2.30.2